home *** CD-ROM | disk | FTP | other *** search
/ IRIX 5.3 for Indy R4400 / IRIX 5.3 for Indy R4400 175MHz.img / dist / eoe2.idb / usr / lib / help / ut.z / ut
Text File  |  1995-02-28  |  2KB  |  68 lines

  1. *#ident    "@(#)sccs:help.d/ut    6.4"
  2. *#ident    "$Revision: 1.4 $"
  3. *    Messages for libPW utilities.
  4. *
  5. -1
  6. "directory `...' nonexistent"
  7. -2
  8. "directory `...' unwritable"
  9. The user (effective or real) doesn't have write permission in
  10. the directory.  Do a "ls -ld ..." to check the modes.
  11. -3
  12. "no file"
  13. The system's table of open files is full,
  14. and temporarily no more opens
  15. can be accepted.
  16. If this error recurs, report it to your local UNIX support group.
  17. -4
  18. "`...' nonexistent"
  19. The file and/or a directory in the pathname does not exist.  Check for typos.
  20. -5
  21. "`...' unreadable"
  22. The file probably exists, but the effective user doesn't have read permission.
  23. It is also possible that one or more directories in the path aren't executable.
  24. -6
  25. "`...' unwritable"
  26. The file exists, but the effective user doesn't have write permission.
  27. It is also possible that one or more directories in the path aren't executable.
  28. -7
  29. "`...' unreadable or unwritable"
  30. The file exists, but the effective user either doesn't
  31. have read permission, or write permission, or both.
  32. It is also possible that one or more directories in the path aren't executable.
  33. -8
  34. "write error"
  35. The file which caused the write error is as large
  36. as a file can be (currently 1M bytes).
  37. -9
  38. "out of space"
  39. There's no more dynamic memory left.
  40. Better go to "help stuck".
  41. -10
  42. "no space!"
  43. The file system (on which the file which caused the error is being written)
  44. is out of space.  Very serious!!  Contact someone in
  45. your local UNIX Support Group immediately!
  46. Also, if you can remove any files please do so.
  47. -11
  48. "errno = ..., function = `...'"
  49. An unusual and unexpected error occured.
  50. Try "help stuck".
  51. -12
  52. "SIGNAL: ..."
  53. This error is most likely due to an intermittent hardware error.
  54. You should report this to your local UNIX support group
  55. immediately, since others may be getting the same error and it is useful
  56. to discover a pattern if one exists.  After reporting it, if you rerun
  57. the command it will probably not recur.  If it won't go away contact
  58. your UNIX counsellor (a program bug can also generate this error).
  59.  
  60. (If required, a core dump will be produced if the file "dump.core" exists
  61. in the current directory.)
  62. -13
  63. "fputs() could not write to file"
  64. This error is caused by failure of the fputs library call.
  65. A file could not be written to by the fputs function.
  66. Try command again later.
  67. If continues to occure contact local UNIX support group.
  68.